/* --------------------------------------------------
  幅768px以上のスタイル指定 ここから
-------------------------------------------------- */

@media screen and (min-width: 800px) {
  body {
    max-width: 2000px;
    font-family: 'Arial', 'Courier', 'メイリオ', sans-serif;
  }
  /* --------------------------------------------------
    本文　ここから
-------------------------------------------------- */
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 15% 0;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-center img{
    height: 15vw;
    min-height: 130px;
    max-height: 200px;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  .top-img-center-sp{
    display: none;
  }
  .top-img-left-sp {
    display: none;
     }
  
}
/* --------------------------------------------------
  幅600px以下のスタイル指定 ここから
-------------------------------------------------- */

@media screen and (max-width: 800px) {
  /* --------------------------------------------------
    本文SP　ここから
-------------------------------------------------- */
  h2 {
    font-size: 20px;
  }
  a {
    font-size: 16px;
  }
  .top {
    padding: 75px 5% 0;
    background:
  }
  .top-title h2 {
    position: relative;
    padding: 1rem 1rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }
  .top-main h2 {
    font-size: 18px;
  }
  .top-main a {
    font-size: 16px;
  }
  .top-img-center-sp {
    display: flex;
    justify-content: center;
    width: 100%;
  }
    .top-img-center-sp img{
 width: 95%;
  }
.top-img-center{
  display: none;
}

  .top-img-left-sp {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
      text-align: right;

  }

  .top-img-left-sp img{
  width: 70%;
    }
.top-img-left{
  display: none;
    }


}



@media print{
  body {
    font-family: 'Arial', 'Courier', 'メイリオ', sans-serif;
  }
  /* --------------------------------------------------
    本文　ここから
-------------------------------------------------- */
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 15% 0;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-center img{
    height: 15vw;
    min-height: 130px;
    max-height: 200px;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  .top-img-center-sp{
    display: none;
  }
  .top-img-left-sp {
    display: none;
     }
  
  }